
.small-container {
    border: 1px solid red;
}


.flex-container {
    display: flex;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
	background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.5);
}

.containerstretched {
    background-image: url("./background.png");
    object-fit: fill !important;
    object-position: center !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !imporant;
    background-size: cover !important;
}

.containerbody {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
}

.brandcentral {
    background-image: url("./brandcentral-white.svg");
    background-repeat: no-repeat !important;
    display: block !important;
    overflow: hidden;
    vertical-align: middle;
    width: 100% !important;
    background-size: contain;
    margin-top: 45%;
    align-content: center !important;
    background-position: center;
}

@media (max-width: 992px) {
    .brandcentral {
        margin-top: 10%;
    }

    
}

/*
.poweredExcel {
    width: 150px;
    background-image: url("../excel.png");
    background-repeat: no-repeat !important;
    height: 50px;
}
*/

/*#poweredexcel {
margin-top: -70px;
padding-left: 690px;
float: right;
width: 50px;
position: relative;
}*/

.chkbox {
    /*float:left;*/
    padding-right: 6.9rem; /*75px;*/
}

#loginright {
    float: right !important;
    padding-right: 6.9rem;
    margin-left: -2.1rem !important;
}

.btn-primary {
    color: #FFFFFF;
    background-color: #58595B !important;
    border-color: #58595B !important;
}

.checkbox {
    color: #fff !important;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.15rem 0.6rem;
    /*padding: 0.25rem 0.5rem;*/
    font-size: 0.875rem;
    line-height: 1.2;
    /*line-height: 1.5;*/
    border-radius: 0.2rem;
    font-family: 'Lato' !important;	
}

/*.container {
max-width: 100% !important;
}*/


@media (min-width: 992px) {
    .ml-lg-5, .mx-lg-5 {
        /* margin-left: 15rem !important; */
        padding-left: 2rem;
    }
}



@media (min-width: 1200px) {
    .container {
        max-width: 100% !important;
        /*1140px;*/
    }
}

/*.center-div {
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100px;
height: 100px;
background-color: #ccc;
border-radius: 3px;
margin: auto;
width: 50%;
border: 3px solid green;
padding: 10px;
}*/
/*.container {
height: 10em;
display: flex !important;
align-items: center;
justify-content: center
}*/
/*container p {
    margin: 0
}*/
